Be safe against stray booleans
authorMatthias Clasen <mclasen@redhat.com>
Sun, 1 Feb 2015 22:30:10 +0000 (17:30 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 1 Feb 2015 22:30:10 +0000 (17:30 -0500)
commit31d3be96e4168f886293bae52ad1cee56b043881
treeb32dff72e7dd636588be48f8064d01cccd6b64fc
parent4a531ec6ab04d7a9ebd3e3e1ea1060f811555173
Be safe against stray booleans

Since gboolean is a typedef for int, the compiler won't complain
about gdk_window_set_event_compression (w, 2). So, make it work.

https://bugzilla.gnome.org/show_bug.cgi?id=742566
gdk/gdkwindow.c